home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / TSLABELS.IN_ / tslabels.ini
Encoding:
INI File  |  2003-02-21  |  12.9 KB  |  253 lines

  1. /* (C) 1997-1999 Microsoft Corp.
  2.  *
  3.  * tslabels.ini
  4.  *
  5.  * PerfMon Lodctr description strings for TS perf objects.
  6.  */
  7.  
  8. [info]
  9. drivername=TermService
  10. symbolfile=tslabels.h
  11. trusted=
  12.  
  13.  
  14. [objects]
  15. WINSTATION_OBJECT_009_NAME=Terminal Services Session
  16. TERMSERVER_OBJECT_009_NAME=Terminal Services
  17.  
  18.  
  19.  
  20. // One key (value optional) for each language supported.
  21. [languages]
  22. 009=English
  23.  
  24.  
  25. [text]
  26.  
  27. //
  28. // WinStation object
  29. //
  30.  
  31. WINSTATION_OBJECT_009_NAME=Terminal Services Session
  32. WINSTATION_OBJECT_009_HELP=Terminal Services per-session resource monitoring.
  33.  
  34. // Input
  35.  
  36. INWDBYTES_009_NAME=Input WdBytes
  37. INWDBYTES_009_HELP=Number of bytes input on this session after all protocol overhead has been removed.
  38.  
  39. INWDFRAMES_009_NAME=Input WdFrames
  40. INWDFRAMES_009_HELP=The number of frames input after any additional protocol added frames have been removed.
  41.  
  42. INWAITFOROUTBUF_009_NAME=Input WaitForOutBuf
  43. INWAITFOROUTBUF_009_HELP=The number of times that a wait for an available send buffer was done by the protocols on the client side of the connection.
  44.  
  45. INFRAMES_009_NAME=Input Frames
  46. INFRAMES_009_HELP=Number of frames (packets) input on this Session.
  47.  
  48. INBYTES_009_NAME=Input Bytes
  49. INBYTES_009_HELP=Number of bytes input on this session that includes all protocol overhead.
  50.  
  51. INCOMPBYTES_009_NAME=Input Compressed Bytes
  52. INCOMPBYTES_009_HELP=Number of bytes input after compression. This number compared with the Total Bytes input is the compression ratio.
  53.  
  54. INCOMPFLUSHES_009_NAME=Input Compress Flushes
  55. INCOMPFLUSHES_009_HELP=Number of input compression dictionary flushes. When the data can not be compressed, the compression dictionary is flushed so that newer data has a better chance of being compressed. Some causes of data not compressing includes transferring compressed files over Client Drive Mapping.
  56.  
  57. INERRORS_009_NAME=Input Errors
  58. INERRORS_009_HELP=Number of input errors of all types. Some example input errors are lost ACK's, badly formed packets, etc.
  59.  
  60. INTIMEOUTS_009_NAME=Input Timeouts
  61. INTIMEOUTS_009_HELP=The total number of timeouts on the communication line as seen from the client side of the connection. These are typically the result of a noisy line. On some high latency networks, this could be the result of the protocol timeout being too short. Increasing the protocol timeout on these types of lines will improve performance by reducing needless re-transmissions.
  62.  
  63. INASYNCFRAMEERR_009_NAME=Input Async Frame Error
  64. INASYNCFRAMEERR_009_HELP=Number of input async framing errors. These can be caused by a noisy transmission line. Using a smaller packet size may help in some cases.
  65.  
  66. INASYNCOVERRUN_009_NAME=Input Async Overrun
  67. INASYNCOVERRUN_009_HELP=Number of input async overrun errors. These can be caused by the baud rate being faster than the computer can handle, or a non-16550 serial line is used. Overruns can also occur if too many high speed serial lines are active at one time for the processor's power.
  68.  
  69. INASYNCOVERFLOW_009_NAME=Input Async Overflow
  70. INASYNCOVERFLOW_009_HELP=Number of input async overflow errors. These can be caused by a lack of buffer space available on the host.
  71.  
  72. INASYNCPARITY_009_NAME=Input Async Parity Error
  73. INASYNCPARITY_009_HELP=Number of input async parity errors. These can be caused by a noisy transmission line
  74.  
  75. INTDERRORS_009_NAME=Input Transport Errors
  76. INTDERRORS_009_HELP=Number of Terminal Services transport-level errors on input.
  77.  
  78.  
  79.  
  80. // Output
  81.  
  82. OUTWDBYTES_009_NAME=Output WdBytes
  83. OUTWDBYTES_009_HELP=Number of bytes output on this session after all protocol overhead has been removed.
  84.  
  85. OUTWDFRAMES_009_NAME=Output WdFrames
  86. OUTWDFRAMES_009_HELP=The number of frames output before any additional protocol frames have been added.
  87.  
  88. OUTWAITFOROUTBUF_009_NAME=Output WaitForOutBuf
  89. OUTWAITFOROUTBUF_009_HELP=This is the number of times that a wait for an available send buffer was done by the protocol on the server side of the connection.
  90.  
  91. OUTFRAMES_009_NAME=Output Frames
  92. OUTFRAMES_009_HELP=Number of frames (packets) output on this session.
  93.  
  94. OUTBYTES_009_NAME=Output Bytes
  95. OUTBYTES_009_HELP=Number of bytes output on this Session that includes all protocol overhead.
  96.  
  97. OUTCOMPBYTES_009_NAME=Output Compressed Bytes
  98. OUTCOMPBYTES_009_HELP=Number of bytes output after compression. This number compared with the Total Bytes output is the compression ratio.
  99.  
  100. OUTCOMPFLUSHES_009_NAME=Output Compress Flushes
  101. OUTCOMPFLUSHES_009_HELP=Number of output compression dictionary flushes. When the data can not be compressed, the compression dictionary is flushed so that newer data has a better chance of being compressed. Some causes of data not compressing includes transfering compressed files over Client Drive Mapping.
  102.  
  103. OUTERRORS_009_NAME=Output Errors
  104. OUTERRORS_009_HELP=Number of output errors of all types. Some example output errors are lost ACK's, badly formed packets, etc.
  105.  
  106. OUTTIMEOUTS_009_NAME=Output Timeouts
  107. OUTTIMEOUTS_009_HELP=The total number of timeouts on the communication line from the host side of the connection. These are typically the result of a noisy line. On some high latency networks, this could be the result of the protocol timeout being too short. Increasing the protocol timeout on these types of lines will improve performance by reducing needless re-transmissions.
  108.  
  109. OUTASYNCFRAMEERR_009_NAME=Output Async Frame Error
  110. OUTASYNCFRAMEERR_009_HELP=Number of output async framing errors. This could be caused by a hardware or line problem.
  111.  
  112. OUTASYNCOVERRUN_009_NAME=Output Async Overrun
  113. OUTASYNCOVERRUN_009_HELP=Number of output async overrun errors.
  114.  
  115. OUTASYNCOVERFLOW_009_NAME=Output Async Overflow
  116. OUTASYNCOVERFLOW_009_HELP=Number of output async overflow errors.
  117.  
  118. OUTASYNCPARITY_009_NAME=Output Async Parity Error
  119. OUTASYNCPARITY_009_HELP=Number of output async parity errors. These can be caused by a hardware or line problem.
  120.  
  121. OUTTDERRORS_009_NAME=Output Transport Errors
  122. OUTTDERRORS_009_HELP=Number of Terminal Services transport-level errors on output.
  123.  
  124.  
  125.  
  126. // Totals
  127.  
  128. TOTALWDBYTES_009_NAME=Total WdBytes
  129. TOTALWDBYTES_009_HELP=Total number of bytes on this Session after all protocol overhead has been removed.
  130.  
  131. TOTALWDFRAMES_009_NAME=Total WdFrames
  132. TOTALWDFRAMES_009_HELP=The total number of frames input and output before any additional protocol frames have been added.
  133.  
  134. TOTALWAITFOROUTBUF_009_NAME=Total WaitForOutBuf
  135. TOTALWAITFOROUTBUF_009_HELP=The number of times that a wait for an available send buffer was done by the protocols on both the server and client sides of the connection.
  136.  
  137. TOTALFRAMES_009_NAME=Total Frames
  138. TOTALFRAMES_009_HELP=Total number of frames (packets) on this Session.
  139.  
  140. TOTALBYTES_009_NAME=Total Bytes
  141. TOTALBYTES_009_HELP=Total number of bytes on this Session that includes all protocol overhead.
  142.  
  143. TOTALCOMPBYTES_009_NAME=Total Compressed Bytes
  144. TOTALCOMPBYTES_009_HELP=Total number of bytes after compression. This number compared with the total bytes is the compression ratio.
  145.  
  146. TOTALCOMPFLUSHES_009_NAME=Total Compress Flushes
  147. TOTALCOMPFLUSHES_009_HELP=Total number of compression dictionary flushes. When the data can not be compressed, the compression dictionary is flushed so that newer data has a better chance of being compressed. Some causes of data not compressing includes transfering compressed files over Client Drive Mapping.
  148.  
  149. TOTALERRORS_009_NAME=Total Errors
  150. TOTALERRORS_009_HELP=Total number of errors of all types. Some example errors are lost ACK's, badly formed packets, etc.
  151.  
  152. TOTALTIMEOUTS_009_NAME=Total Timeouts
  153. TOTALTIMEOUTS_009_HELP=The total number of timeouts on the communication line from both the host and client sides of the connection. These are typically the result of a noisy line. On some high latency networks, this could be the result of the protocol timeout being too short. Increasing the protocol timeout on these types of lines will improve performance by reducing needless re-transmissions.
  154.  
  155. TOTALASYNCFRAMEERR_009_NAME=Total Async Frame Error
  156. TOTALASYNCFRAMEERR_009_HELP=Total number of async framing errors. These can be caused by a noisy transmission line. Using a smaller packet size may help in some cases.
  157.  
  158. TOTALASYNCOVERRUN_009_NAME=Total Async Overrun
  159. TOTALASYNCOVERRUN_009_HELP=Total number of async overrun errors. These can be caused by the baud rate being faster than the computer can handle, or a non-16550 serial line is used. Overruns can also occur if too many high speed serial lines are active at one time for the processor's power.
  160.  
  161. TOTALASYNCOVERFLOW_009_NAME=Total Async Overflow
  162. TOTALASYNCOVERFLOW_009_HELP=Total number of async overflow errors. These can be caused by a lack of buffer space available on the host.
  163.  
  164. TOTALASYNCPARITY_009_NAME=Total Async Parity Error
  165. TOTALASYNCPARITY_009_HELP=Total number of async parity errors. These can be caused by a noisy transmission line.
  166.  
  167. TOTALTDERRORS_009_NAME=Total Transport Errors
  168. TOTALTDERRORS_009_HELP=Total number of Terminal Services transport-level errors.
  169.  
  170.  
  171.  
  172. // Display driver cache counter entries
  173.  
  174. // Totals
  175. DDCACHEREAD_009_NAME=Total Protocol Cache Reads
  176. DDCACHEREAD_009_HELP=Total references to all protocol caches.
  177.  
  178. DDCACHEHIT_009_NAME=Total Protocol Cache Hits
  179. DDCACHEHIT_009_HELP=Total hits in all protocol caches. The protocol caches Windows objects that are likely to be re-used to avoid having to re-send them on the transmission line. Example objects are Windows icons and brushes. Hits in the cache represent objects that did not need to be re-sent.
  180.  
  181. DDCACHEPERCENT_009_NAME=Total Protocol Cache Hit Ratio
  182. DDCACHEPERCENT_009_HELP=Overall hit ratio for all protocol caches.
  183.  
  184. // Bitmap cache
  185. DDBITMAPCACHEREAD_009_NAME=Protocol Bitmap Cache Reads
  186. DDBITMAPCACHEREAD_009_HELP=Number of references to the protocol bitmap cache.
  187.  
  188. DDBITMAPCACHEHIT_009_NAME=Protocol Bitmap Cache Hits
  189. DDBITMAPCACHEHIT_009_HELP=Number of hits in the protocol bitmap cache.
  190.  
  191. DDBITMAPCACHEPERCENT_009_NAME=Protocol Bitmap Cache Hit Ratio
  192. DDBITMAPCACHEPERCENT_009_HELP=Hit ratio in the protocol bitmap cache. A higher hit ratio means better performance since data transmissions are reduced. Low hit ratios are due to the screen updating with new information that is either not re-used, or is flushed out of the client cache.
  193.  
  194. // Glyph cache
  195. DDGLYPHCACHEREAD_009_NAME=Protocol Glyph Cache Reads
  196. DDGLYPHCACHEREAD_009_HELP=Number of references to the protocol glyph cache.
  197.  
  198. DDGLYPHCACHEHIT_009_NAME=Protocol Glyph Cache Hits
  199. DDGLYPHCACHEHIT_009_HELP=Number of hits in the protocol glyph cache.
  200.  
  201. DDGLYPHCACHEPERCENT_009_NAME=Protocol Glyph Cache Hit Ratio
  202. DDGLYPHCACHEPERCENT_009_HELP=Hit ratio in the protocol glyph cache. A higher hit ratio means better performance since data transmissions are reduced. Low hit ratios are due to the screen updating with new information that is either not re-used, or is flushed out of the client cache.
  203.  
  204. // Brush cache
  205. DDBRUSHCACHEREAD_009_NAME=Protocol Brush Cache Reads
  206. DDBRUSHCACHEREAD_009_HELP=Number of references to the protocol brush cache.
  207.  
  208. DDBRUSHCACHEHIT_009_NAME=Protocol Brush Cache Hits
  209. DDBRUSHCACHEHIT_009_HELP=Number of hits in the protocol brush cache.
  210.  
  211. DDBRUSHCACHEPERCENT_009_NAME=Protocol Brush Cache Hit Ratio
  212. DDBRUSHCACHEPERCENT_009_HELP=Hit ratio in the protocol brush cache. A higher hit ratio means better performance since data transmissions are reduced. Low hit ratios are due to the screen updating with new information that is either not re-used, or is flushed out of the client cache.
  213.  
  214. // Save screen bitmap cache
  215. DDSAVESCRCACHEREAD_009_NAME=Protocol Save Screen Bitmap Cache Reads
  216. DDSAVESCRCACHEREAD_009_HELP=Number of references to the protocol save screen bitmap cache.
  217.  
  218. DDSAVESCRCACHEHIT_009_NAME=Protocol Save Screen Bitmap Cache Hits
  219. DDSAVESCRCACHEHIT_009_HELP=Number of hits in the protocol save screen bitmap cache.
  220.  
  221. DDSAVESCRCACHEPERCENT_009_NAME=Protocol Save Screen Bitmap Cache Hit Ratio
  222. DDSAVESCRCACHEPERCENT_009_HELP=Hit ratio in the protocol save screen bitmap cache. A higher hit ratio means better performance since data transmissions are reduced. Low hit ratios are due to the screen updating with new information that is either not re-used, or is flushed out of the client cache.
  223.  
  224.  
  225.  
  226. // Compression PD ratio
  227. INCOMPRESS_PERCENT_009_NAME=Input Compression Ratio
  228. INCOMPRESS_PERCENT_009_HELP=Compression ratio of the server input data stream.
  229.  
  230. OUTCOMPRESS_PERCENT_009_NAME=Output Compression Ratio
  231. OUTCOMPRESS_PERCENT_009_HELP=Compression ratio of the server output data stream.
  232.  
  233. TOTALCOMPRESS_PERCENT_009_NAME=Total Compression Ratio
  234. TOTALCOMPRESS_PERCENT_009_HELP=Total compression ratio of the server data stream.
  235.  
  236.  
  237.  
  238. //
  239. // TermService object
  240. //
  241. TERMSERVER_OBJECT_009_NAME=Terminal Services
  242. TERMSERVER_OBJECT_009_HELP=Terminal Services summary information.
  243.  
  244. NUMSESSIONS_009_NAME=Total Sessions
  245. NUMSESSIONS_009_HELP=Total number of Terminal Services sessions.
  246.  
  247. NUMACTIVESESSIONS_009_NAME=Active Sessions
  248. NUMACTIVESESSIONS_009_HELP=Number of active Terminal Services sessions.
  249.  
  250. NUMINACTIVESESSIONS_009_NAME=Inactive Sessions
  251. NUMINACTIVESESSIONS_009_HELP=Number of inactive Terminal Services sessions.
  252.  
  253.